home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 August / Designer's Club 1997 August.iso / mac / Idea Source / Main.DIR / 00030.ls < prev    next >
Encoding:
Text File  |  1997-06-16  |  210 b   |  11 lines

  1. on mouseDown
  2.   puppetSound(2, "click")
  3.   repeat while the mouseDown
  4.     set the visible of sprite 9 to 0
  5.     updateStage()
  6.   end repeat
  7.   set the visible of sprite 9 to 1
  8.   updateStage()
  9.   go(1, "gallery")
  10. end
  11.